home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #18 (Mar 87) / Printer MPW sources / Build PrintTest next >
Text File  |  1986-12-01  |  261b  |  12 lines

  1. #
  2. # MPW commands to build PrintTest
  3. # Joel West, 1-Dec-86
  4. #
  5. Pascal PrintTest.p
  6. Rez Types.r PrintTest.r -o PrintTest
  7. link -w -ot APPL -o PrintTest PrintTest.p.o ∂
  8.     {Libraries}Runtime.o ∂
  9.     {PLibraries}PasLib.o ∂
  10.     {Libraries}ToolLibs.o ∂
  11.     {Libraries}Interface.o ∂
  12.